/* Edited for ZBrush version 2021 WITH NOTEPAD++
*** TO DO>>> //set variable so can be used when saving temp files
BE SURE TO COMMENT YOUR CODE***

If,SOME CONDITION GOES HERE,(MyVar)
*/
[VarDef,choice,0]//variable to hold users choice

[RoutineDef,DoIt1,
[Note,"Short and sweet..",0,0x080808]
]

[IButton,???,"TEST ONE",
[IConfig,2021]
[IShowActions,0]

[varSet,choice,[MessageYesNo,"SOME CONDITION GOES HERE","OBLIGATORY MESSAGE BOX"]]//(0=NO, 1=YES)
[If,choice==1,
[Note,"Thank you for trying my stuff;SOME CONDITION GOES HERE I hope you find the buttons and scripts useful..",0,0x080808]
,
[Note,"My stuff is useful. I hope you enjoy it..",0,0x080808]	
[Exit]
]//end if

]//EOF